home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-188.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  66 lines

  1. # This script was automatically generated from the dsa-188
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. According to David Wagner, iDEFENSE and the Apache HTTP Server
  12. Project, several vulnerabilities have been found in the Apache
  13. package, a commonly used webserver.  Most of the code is shared
  14. between the Apache and Apache-SSL packages, so vulnerabilities are
  15. shared as well.  These vulnerabilities could allow an attacker to
  16. enact a denial of service against a server or execute a cross
  17. scripting attack, or steal cookies from other web site users.
  18. Vulnerabilities in the included lecacy programs htdigest, htpasswd and
  19. ApacheBench can be exploited when called via CGI.  Additionally the
  20. insecure temporary file creation in htdigest and htpasswd can also be
  21. exploited locally.  The Common Vulnerabilities and Exposures (CVE)
  22. project identified the following vulnerabilities:
  23.    This is the same vulnerability as CAN-2002-1233, which was fixed in
  24.    potato already but got lost later and was never applied upstream.
  25.    (binaries not included in apache-ssl package though)
  26. These problems have been fixed in version 1.3.26.1+1.48-0woody3 for
  27. the current stable distribution (woody) and in 1.3.9.13-4.2 for the
  28. old stable distribution (potato).  Corrected packages for the unstable
  29. distribution (sid) are expected soon.
  30. We recommend that you upgrade your Apache-SSL package immediately.
  31.  
  32.  
  33. Solution : http://www.debian.org/security/2002/dsa-188
  34. Risk factor : High';
  35.  
  36. if (description) {
  37.  script_id(15025);
  38.  script_version("$Revision: 1.4 $");
  39.  script_xref(name: "DSA", value: "188");
  40.  script_cve_id("CAN-2001-0131", "CAN-2002-0839", "CAN-2002-0840", "CAN-2002-0843", "CAN-2002-1233");
  41.  script_bugtraq_id(5847, 5884, 5887, 5995);
  42.  
  43.  script_description(english: desc);
  44.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  45.  script_name(english: "[DSA188] DSA-188-1 apache-ssl");
  46.  script_category(ACT_GATHER_INFO);
  47.  script_family(english: "Debian Local Security Checks");
  48.  script_dependencies("ssh_get_info.nasl");
  49.  script_require_keys("Host/Debian/dpkg-l");
  50.  script_summary(english: "DSA-188-1 apache-ssl");
  51.  exit(0);
  52. }
  53.  
  54. include("debian_package.inc");
  55.  
  56. w = 0;
  57. if (deb_check(prefix: 'apache-ssl', release: '2.2', reference: '1.3.9.13-4.2')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache-ssl is vulnerable in Debian 2.2.\nUpgrade to apache-ssl_1.3.9.13-4.2\n');
  60. }
  61. if (deb_check(prefix: 'apache-ssl', release: '3.0', reference: '1.3.26.1+1.48-0woody3')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package apache-ssl is vulnerable in Debian 3.0.\nUpgrade to apache-ssl_1.3.26.1+1.48-0woody3\n');
  64. }
  65. if (w) { security_hole(port: 0, data: desc); }
  66.